Click or drag to resize

ServiceExportItems Method (IListItemId)

Exports items from a mailbox.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ExportItemsResponse> ExportItems(
	IList<ItemId> itemIds
)

Parameters

itemIds
Type: System.Collections.GenericIListItemId
The IDs of the items to exports.

Return Value

Type: IListExportItemsResponse
IList{ExportItemsResponse}.
See Also